1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Form1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
26         Me.GroupBox1 = New System.Windows.Forms.GroupBox
27         Me.PictureBox1 = New System.Windows.Forms.PictureBox
28         Me.Label1 = New System.Windows.Forms.Label
29         Me.Button1 = New System.Windows.Forms.Button
30         Me.Button2 = New System.Windows.Forms.Button
31         Me.TextBox1 = New System.Windows.Forms.TextBox
32         Me.TextBox2 = New System.Windows.Forms.TextBox
33         Me.Label2 = New System.Windows.Forms.Label
34         Me.TextBox3 = New System.Windows.Forms.TextBox
35         Me.Label3 = New System.Windows.Forms.Label
36         Me.GroupBox1.SuspendLayout()
37         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.SuspendLayout()
39         
'
40         
'GroupBox1
41         
'
42         Me.GroupBox1.Controls.Add(Me.PictureBox1)
43         Me.GroupBox1.Controls.Add(Me.Label1)
44         Me.GroupBox1.Controls.Add(Me.Button1)
45         Me.GroupBox1.Controls.Add(Me.Button2)
46         Me.GroupBox1.Controls.Add(Me.TextBox1)
47         Me.GroupBox1.Controls.Add(Me.TextBox2)
48         Me.GroupBox1.Controls.Add(Me.Label2)
49         Me.GroupBox1.Controls.Add(Me.TextBox3)
50         Me.GroupBox1.Font = New System.Drawing.Font(
"Kristen ITC", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
51         Me.GroupBox1.Location = New System.Drawing.Point(
12, 57)
52         Me.GroupBox1.Name =
"GroupBox1"
53         Me.GroupBox1.Size = New System.Drawing.Size(
413, 173)
54         Me.GroupBox1.TabIndex =
9
55         Me.GroupBox1.TabStop = False
56         Me.GroupBox1.Text =
"Login form"
57         
'
58         
'PictureBox1
59         
'
60         Me.PictureBox1.BackColor = System.Drawing.Color.Transparent
61         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
62         Me.PictureBox1.Location = New System.Drawing.Point(
7, 40)
63         Me.PictureBox1.Name =
"PictureBox1"
64         Me.PictureBox1.Size = New System.Drawing.Size(
121, 118)
65         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
66         Me.PictureBox1.TabIndex =
7
67         Me.PictureBox1.TabStop = False
68         
'
69         
'Label1
70         
'
71         Me.Label1.AutoSize = True
72         Me.Label1.Font = New System.Drawing.Font(
"Kristen ITC", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
73         Me.Label1.Location = New System.Drawing.Point(
137, 39)
74         Me.Label1.Name =
"Label1"
75         Me.Label1.Size = New System.Drawing.Size(
93, 23)
76         Me.Label1.TabIndex =
1
77         Me.Label1.Text =
"Username:"
78         
'
79         
'Button1
80         
'
81         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
82         Me.Button1.Font = New System.Drawing.Font(
"Kristen ITC", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
83         Me.Button1.Location = New System.Drawing.Point(
139, 127)
84         Me.Button1.Name =
"Button1"
85         Me.Button1.Size = New System.Drawing.Size(
98, 31)
86         Me.Button1.TabIndex =
0
87         Me.Button1.Text =
"Okay"
88         Me.Button1.UseVisualStyleBackColor = True
89         
'
90         
'Button2
91         
'
92         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
93         Me.Button2.Font = New System.Drawing.Font(
"Kristen ITC", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
94         Me.Button2.Location = New System.Drawing.Point(
293, 127)
95         Me.Button2.Name =
"Button2"
96         Me.Button2.Size = New System.Drawing.Size(
98, 31)
97         Me.Button2.TabIndex =
5
98         Me.Button2.Text =
"Cancel"
99         Me.Button2.UseVisualStyleBackColor = True
100         
'
101         
'TextBox1
102         
'
103         Me.TextBox1.Location = New System.Drawing.Point(
237, 33)
104         Me.TextBox1.Name =
"TextBox1"
105         Me.TextBox1.Size = New System.Drawing.Size(
155, 36)
106         Me.TextBox1.TabIndex =
2
107         
'
108         
'TextBox2
109         
'
110         Me.TextBox2.BackColor = System.Drawing.SystemColors.Window
111         Me.TextBox2.Location = New System.Drawing.Point(
237, 75)
112         Me.TextBox2.Name =
"TextBox2"
113         Me.TextBox2.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
42)
114         Me.TextBox2.Size = New System.Drawing.Size(
156, 36)
115         Me.TextBox2.TabIndex =
4
116         
'
117         
'Label2
118         
'
119         Me.Label2.AutoSize = True
120         Me.Label2.Font = New System.Drawing.Font(
"Kristen ITC", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
121         Me.Label2.Location = New System.Drawing.Point(
138, 81)
122         Me.Label2.Name =
"Label2"
123         Me.Label2.Size = New System.Drawing.Size(
89, 23)
124         Me.Label2.TabIndex =
3
125         Me.Label2.Text =
"Password:"
126         
'
127         
'TextBox3
128         
'
129         Me.TextBox3.Location = New System.Drawing.Point(
261, 75)
130         Me.TextBox3.Name =
"TextBox3"
131         Me.TextBox3.Size = New System.Drawing.Size(
10, 36)
132         Me.TextBox3.TabIndex =
6
133         
'
134         
'Label3
135         
'
136         Me.Label3.AutoSize = True
137         Me.Label3.Font = New System.Drawing.Font(
"Lucida Calligraphy", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
138         Me.Label3.ForeColor = System.Drawing.Color.Maroon
139         Me.Label3.Location = New System.Drawing.Point(
134, 17)
140         Me.Label3.Name =
"Label3"
141         Me.Label3.Size = New System.Drawing.Size(
288, 41)
142         Me.Label3.TabIndex =
10
143         Me.Label3.Text =
"Comlab System"
144         
'
145         
'Form1
146         
'
147         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
148         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
149         Me.BackColor = System.Drawing.SystemColors.ControlLightLight
150         Me.ClientSize = New System.Drawing.Size(
438, 243)
151         Me.Controls.Add(Me.GroupBox1)
152         Me.Controls.Add(Me.Label3)
153         Me.Name =
"Form1"
154         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
155         Me.Text =
"Form1"
156         Me.GroupBox1.ResumeLayout(False)
157         Me.GroupBox1.PerformLayout()
158         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
159         Me.ResumeLayout(False)
160         Me.PerformLayout()
161
162     End Sub
163     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
164     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
165     Friend WithEvents Label1 As System.Windows.Forms.Label
166     Friend WithEvents Button1 As System.Windows.Forms.Button
167     Friend WithEvents Button2 As System.Windows.Forms.Button
168     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
169     Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
170     Friend WithEvents Label2 As System.Windows.Forms.Label
171     Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
172     Friend WithEvents Label3 As System.Windows.Forms.Label
173
174 End Class


Gõ tìm kiếm nhanh...